Bundle

data class Bundle(val fileName: String, val fileType: String) : MediaSource.Local

A MediaSource that has is located in an application bundle

Constructors

Link copied to clipboard
constructor(fileName: String, fileType: String)

Properties

Link copied to clipboard

the name of the media source file

Link copied to clipboard

the type of the media source file